GetCredentialRequest

data class GetCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)

Represents request frame that can be used with WebAuthn#getCredential operation call.

Returns a single credential stored in the given virtual authenticator that matches the credential ID.

See also

Constructors

GetCredentialRequest
Link copied to clipboard
fun GetCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)

Properties

authenticatorId
Link copied to clipboard
val authenticatorId: AuthenticatorId
credentialId
Link copied to clipboard
val credentialId: String

Sources

jvm source
Link copied to clipboard